﻿body
{
    background: url('Images/bg.png');
    color: White;
    font-family: Calibri,Tahoma,Verdana,Arial;
    font-size: 12pt;
}

#container
{
    width: 800px;
    margin: 0px auto;
}

/*** Header ***/
#header
{
    background: url('Images/logo.png') no-repeat;
    width: 940px;
    height: 220px;
    margin: 0 auto;
    margin-top: 5px;
}

/*** Navigation ***/
#menu
{
    float: right;
    margin: 0px 10px;
    padding: 0;
    position: relative;
    width: 300px;
    background: url('Images/menu_items.png') no-repeat;
}

#menu > li
{
    margin: 0px;
    padding: 0;
    list-style: none;
}

#menu > li > a
{
    display: block;
    cursor: pointer;
    width: 300px;
    height: 75px;
}

#menu_item2
{
    top: 75px;
}

#menu_item3
{
    top: 150px;
}

#menu_item4
{
    top: 225px;
}

/*** Content ***/
#content
{
}

.clear
{
    clear: both;
}

#screenshots
{
    margin: 5px auto;
    padding: 0;
    position: relative;
    display: block;
}

#screenshots li
{
    float: left;
    margin-right: 25px;
    display: block;
    width: 105px;
    height: 105px;
}

#screenshots li *
{
    margin: 0;
    padding: 0;
}

#screenshots li img
{
    border: 1px solid #919191;
    width: 105px;
    height: 85px;
}

#game_description
{ 
    background-color: #0A1829;
    padding: 8px;
    margin-bottom: 15px;
    color: White;
    font-family: Verdana,Tahoma,Arial;
    font-size: 10pt;
    opacity: 0.75;
    filter: alpha(opacity=75);
 }


#game_description li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: White;
}